home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / vinced / vincupdate / extras / stringsnip.prefs < prev    next >
Text File  |  1999-04-19  |  3KB  |  105 lines

  1. ;This is a sample preferences file for StringSnip. Should be
  2. ;copied to ENVARC:StringSnip.prefs. To use these preferences, modify the
  3. ;StringSnip installation line to
  4. ;
  5. ; StringSnip PREFS ENV:StringSnip.prefs INSTALL
  6. ;
  7. ;
  8. WRAP=off        
  9. ;whether the TAB expansion wraps around or not.
  10.  
  11. ;TAB expansion settings:
  12. ;These are priorities how the list of found nodes are sorted and in
  13. ;which order they appear. The list of found matches can be cycled thru
  14. ;with the TAB expansion keys, as in ViNCEd.
  15.  
  16. TAB_FILE_PRI=0        
  17. ;priority of non-executable non-script files
  18. TAB_EXEC_PRI=2        
  19. ;priority of executables.
  20. TAB_SCRIPT_PRI=1    
  21. ;priority of script files.
  22. TAB_INFO_PRI=-10    
  23. ;priority of icons
  24. TAB_DEVICE_PRI=-2    
  25. ;of devices
  26. TAB_ASSIGN_PRI=-2    
  27. ;of assigns (logical devices)
  28. TAB_VOLUME_PRI=-2    
  29. ;of volume names
  30. TAB_DIRECTORY_PRI=3    
  31. ;of directories
  32. TAB_FULLEXPAND=off    
  33. ;should the first TAB expand the file completely?
  34.  
  35.  
  36. ;Keyboard:
  37. ;These are one or more qualifiers, i.e.
  38. ; Alt, Shift for either shift or alt key, RAmiga, LAmiga, RShift, LShift,
  39. ; RAlt, RAlt for the right/left modifier keys, "Num" if numlock is "on".
  40. ; The numlock is a special modifier that is toggled by an additional key
  41. ; to be set up here, it is completely unrelated to the "numeric keypad"
  42. ;and a key name, as "Left" "Right" for the cursor keys or
  43. ;a keyboard code, or an ASCII value enclosed in single quotes if the
  44. ;key should be matched on an ASCII string and not on a physical key.
  45. ;Details about this again in the ViNCEd guide.
  46. ;
  47. CURSOR_LEFT=Left
  48. CURSOR_RIGHT=Right        
  49. ;guess what...
  50. HALF_SCREEN_LEFT=Shift Left    
  51. ;moves one string gadget width
  52. HALF_SCREEN_RIGHT=Shift Right    
  53. ;to the left/right (not used by default)
  54. TO_LEFT_BORDER=Ctrl Left
  55. TO_RIGHT_BORDER=Ctrl Right    
  56. ;moves to the boundary
  57. PREV_WORD=Alt Left
  58. NEXT_WORD=Alt Right        
  59. ;moves word-wise
  60. PREV_COMPONENT=Ctrl Alt Left
  61. NEXT_COMPONENT=Ctrl Alt Right    
  62. ;moves path-component-wise
  63. CURSOR_LEFT=Num Num4
  64. CURSOR_RIGHT=Num Num6        
  65. ;more than one definition is allowed!
  66. TO_LEFT_BORDER=Ctrl Left
  67. TO_RIGHT_BORDER=Ctrl Right
  68. SEND_INPUTS=Return        
  69. ;completes the input
  70. INSERT_^J=Shift Alt Return    
  71. ;inserts a Ctrl-J.
  72. TAB_FORWARDS=Tab
  73. TAB_BACKWARDS=Shift Tab        
  74. ;TAB cycling
  75. EXPAND_PATH=Ctrl Tab
  76. EXPAND_BACKWARDS=Ctrl Shift Tab    
  77. ;TAB expansion
  78. DELETE_FORWARDS=Del        
  79. ;the "Delete" function
  80. DELETE_BACKWARDS=Backspace    
  81. ;the "Backspace" function
  82. DELETE_FULL_LINE=Shift Del    
  83. ;delete all
  84. DELETE_WORD_FWDS=Shift Backspace
  85. DELETE_WORD_BKWDS=Alt Backspace    
  86. ;one word, backwards
  87. DELETE_COMPONENT_FWDS=Ctrl Alt Del
  88. DELETE_COMPONENT_BKWDS=Ctrl Alt Backspace
  89. DELETE_END_OF_LINE=Alt Del
  90. DELETE_START_OF_LINE=Alt Backspace
  91. ;the next are the standard clipboard functions
  92. CUT=RAmiga x            
  93. COPY=RAmiga c
  94. PASTE=RAmiga v
  95. TOGGLE_NUMLOCK=Alt Num[        
  96. ;Num[ is the '[' key on the numpad, this toggles the NumLock qualifier.
  97. YANK=RAmiga q            
  98. ;this is the intuition style "undo"
  99. HELP=Help            
  100. ;the HELP function, if used by the program
  101. INSERT_CSI=Alt Esc        
  102. ;inserts 0x9B
  103. INSERT_ESC=Shift Esc        
  104. ;inserts 0x1B
  105.